type crypto/internal/edwards25519/field.uint128
7 uses
crypto/internal/edwards25519/field (current package)
fe_generic.go#L11: type uint128 struct {
fe_generic.go#L16: func mul64(a, b uint64) uint128 {
fe_generic.go#L18: return uint128{lo, hi}
fe_generic.go#L22: func addMul64(v uint128, a, b uint64) uint128 {
fe_generic.go#L26: return uint128{lo, hi}
fe_generic.go#L30: func shiftRightBy51(a uint128) uint64 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |